Migration guide: mention size-allocate
authorMatthias Clasen <mclasen@redhat.com>
Sun, 29 Jul 2018 13:10:44 +0000 (09:10 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 29 Jul 2018 13:11:39 +0000 (09:11 -0400)
Document the new argument here.

Closes: https://gitlab.gnome.org/GNOME/gtk/issues/1245
docs/reference/gtk/migrating-3to4.xml

index 40c0dde97fe4fdb617ee4ca57f7d55a128d05882..f1d29a52b9a5a6d7c0aaece1671754d57368f292 100644 (file)
       </para>
     </section>
 
+    <section>
+      <title>Adapt to GtkWidget's size allocation changes</title>
+      <para>
+        The #GtkWidget::size-allocate signal now takes the baseline as an
+        argument, so you no longer need to call gtk_widget_get_allocated_baseline()
+        to get it.
+      </para>
+    </section>
+
     <section>
       <title>Switch to GtkWidget's children APIs</title>
       <para>